home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5053 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  751 b 

  1. Path: news.voicenet.com!news
  2. From: babump@voicenet.com (Michael)
  3. Newsgroups: comp.lang.c
  4. Subject: MSVC based TSRs
  5. Date: Mon, 12 Feb 1996 02:32:49 GMT
  6. Organization: Voicenet - Internet Access - (215)674-9290
  7. Message-ID: <4fm8ll$f6a@news.voicenet.com>
  8. NNTP-Posting-Host: ivyland26.voicenet.com
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I understand the basics of a TSR, and now I'm trying one in MSVC++.  I
  12. can't use a COM file, becuase __interrupts must be __far.  Which makes
  13. it harder to do.  How you you make a EXE using multiple segments a
  14. TSR?  How many paragraphs do you keep(_dos_keep)?  Won't that just
  15. keep the first segment?  Then all the other segments are unasigned and
  16. can be over written.  So, how is this accommplished?
  17.  
  18. Thanks.
  19.  
  20. -Michael
  21.  
  22.